* {
    margin: 0;
    padding: 0;
    font-family: 'Ubuntu-R', sans-serif;
}


body {

}

section {
    /*padding-top: 10px;*/
    /*height: 2000px;*/
}

.container__zhilcom  {
    width: 75%;
    margin: auto;
}

body#app  p {
    font-size: 14px;
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
}

body#app h2 {
    padding: 0;
}

#app #head__zhilcom {
    background: url("../images/29.png");
}

#app #head__zhilcom .top_head__zhilcom {
    padding: 33px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#app #head__zhilcom .top_head__zhilcom #head_contacts__zhilcom .subscribe-mess__zhilcom a {
    text-decoration: none;
    border: 1px solid #ffad00;
    border-radius: 20px;
    padding: 10px 20px;
    font-family: 'Ubuntu-R', sans-serif;
    font-size: 14px;
}

#app #head__zhilcom .top_head__zhilcom #head_contacts__zhilcom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#app div#head_contacts__zhilcom div {
    padding-right: 45px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
}
#app div#head_contacts__zhilcom div img {
    padding-right: 10px;
}

#app div#head_contacts__zhilcom div span, div#head_contacts__zhilcom div a {
    color: #ffad00;
    font-family: 'Ubuntu-B', sans-serif;
}

#app div#head_contacts__zhilcom div:last-child {
    padding-right: 0;
}

#app div#head_contacts__zhilcom .phones__zhilcom .phone {
    color: #000;
}

#app #menu__zhilcom {
    box-shadow: 0px 3px 4px #e6dede;
    background: #ffb400;
    /*border-bottom: 1px solid #b5b5b5;*/
    border-top: 1px solid #b5b5b5;
}

#app #menu__zhilcom ul.menu__zhilcom {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    list-style-type: none;

}
#app #menu__zhilcom ul.menu__zhilcom  li {

    flex-grow: 1;
    text-align: center;

    border-left: 1px solid #cc8a00;
}

#app #menu__zhilcom ul.menu__zhilcom  li:last-child {
    border-right: 1px solid #cc8a00;
}



#app #menu__zhilcom ul.menu__zhilcom a { color: #fff;
    text-decoration: none;
    display: block;
    padding: 20px 0;
    font-size: 15px;
    font-family: 'Ubuntu-B', sans-serif !important;
}

#app #menu__zhilcom ul.menu__zhilcom a:first-child {
    position: relative;
}

#app #menu__zhilcom ul.menu__zhilcom a:first-child img {
    position: absolute;
    transform: translateY(2px);
    left: 20px;
}

#app #menu__zhilcom ul.menu__zhilcom a:first-child img:last-child {
    right: 20px;
    left: inherit;
    transform: translateY(5px);
}

#app #menu__zhilcom ul.menu__zhilcom a {
    font-family: 'Ubuntu-B', sans-serif;


}

#app #menu__zhilcom ul.menu__zhilcom a:hover {
    background: #cc8a02;
    transition: ease-in-out .4s;
}

#app #slider__zhilcom .slide__zhilcom {
    position: relative;
    max-height:625px;
    overflow: hidden;
    box-shadow: 1px 1px 8px #969696;
}
#app #slider__zhilcom .slide__zhilcom img {
    width: 100%;
    height: 100%;
}

#app #slider__zhilcom .slide__zhilcom #mask__zhilcom {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000000c7;
}

#app #slider__zhilcom .slide__zhilcom .slide-content__zhilcom h2 {
    position: absolute;
    z-index: 25;
    top: 37%;
    left: 13%;
    font-size: 45px;
    color: #fff;
}

#app #slider__zhilcom .slide__zhilcom .slide-content__zhilcom h2 span {
    color: #ffb400;
    text-decoration: underline;
    font-size: 55px;
}

#app #slider_nav__zhilcom .dots__zhilcom {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

#app #slider_nav__zhilcom .dots__zhilcom .dot__zhilcom {
    width: 12px;
    height: 12px;
    background: #d2d2d2;
    border: 1px solid #333;
    display: inline-block;
    border-radius: 50%;
    margin: 0 3px;
    cursor: pointer;
}

#app #slider_nav__zhilcom .dots__zhilcom .dot__zhilcom.active {
    background: #333;
}

#app .helpful-info__zhilcom {
    margin-top: 10px;
    padding: 25px 0;
    /*background: #fff;*/
    /* border: 1px solid #e8e8e8; */
    /*box-shadow: 2px 2px 6px #d8d8d8;*/
}

#app .helpful-info__zhilcom .header-info__zhilcom {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}

#app .helpful-info__zhilcom .header-info__zhilcom h2 {
    color: #333333;
    font-size: 36px;
    padding: 5px 0;
    line-height: 1;
}

#app .helpful-info__zhilcom  hr {
    border: 0;
    height: 2px;
    width: 22%;
    margin: 10px 0;
    background: #ffb400;
}

#app .helpful-info__zhilcom .header-info__zhilcom a {
    text-decoration: none;
    color: #727272;
    position: relative;
    top: -5px;
    left: 10px;
    font-size: 14px;
}

#app .helpful-info__zhilcom .content-info__zhilcom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 0px;
}

#app .helpful-info__zhilcom .content-info__zhilcom .info-block__zhilcom {
        width: 20%;
        height: 420px;
        box-shadow: 3px 4px 5px #c5c5c5;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
    }

@media (max-width: 1400px){
    #app .helpful-info__zhilcom .content-info__zhilcom .info-block__zhilcom {
        width: 24%;
        height: 420px;
        box-shadow: 3px 4px 5px #c5c5c5;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
    }    
}

#app .info-block-content__zhilcom {
    padding: 20px;
    min-height: 145px;
    border-left: 1px solid #f5f5f5;
    background: #fff;
}

#app .info-block-content__zhilcom h4 a {
    text-decoration: none;
    font-size: 27px;
    color: #525050;
}

#app .inner-img {
    max-width: 340px;
    max-height: 200px;
    width: 100%;
    height: 100%;
    overflow: hidden;    
}

#app .info-block__zhilcom img {
    width: 100%;
    margin-bottom: -3px;
}

#app .info-block-content__zhilcom p {
    font-size: 13px;
    color: #333;
    padding: 10px 0;
    display: flex;
    min-height: 55px;
    align-items: center;
    margin-bottom: 20px;
}

#app .block1__zhilcom a.more_link__zhilcom {
    color: #171717;
    text-decoration: none;
    font-size: 14px;
    border: 1px solid #ffb400;
    background: #ffb400;
    padding: 10px 20px;
    margin-bottom: 20px;
}




/* ******* News  */
#app .news-info__zhilcom .header-news__zhilcom {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}


#app .sct_tr__zhilcom .fonts__middle_comment {
    padding: 10px 0;
}

#app .news-info__zhilcom .header-news__zhilcom h2 {
    color: #333333;
    font-size: 36px;
    padding: 5px 0;
    line-height: 1;
}

#app .news-info__zhilcom  hr {
    border: 0;
    height: 2px;
    width: 10%;
    margin: 10px 0;
    background: #ffb400;
}

#app .news-info__zhilcom .header-news__zhilcom a {
    text-decoration: none;
    color: #727272;
    position: relative;
    top: -5px;
    left: 10px;
    font-size: 14px;
}

body#app ul li, body#app body ol li {
    margin: 0; 
    padding-left: 0;
    position: relative;
}

body#app dl, body#app ol, body#app ul {
    margin-top: 0;
    margin-bottom: 0;
}


body#app .footer-block__menu_title.fonts__middle_text {
    padding-bottom: 10px;
}

body#app  a.footer-block__item_name_link {
    border: none;
    transition: all .3s;
}


body#app  a.footer-block__item_name_link:hover {
    color: #d09406;
} 


body#app  .dropdown_list::after {
    display: none;
}

body#app .copy_text_block .puzzle_block {
    width: 75%;
    max-width: 75%;
}

body#app .copy_text_block .puzzle_block a {
    padding: 0;
}

.hidden {
    display: none;    
}

.service__image, .service__inner {
    margin: 40px 0;    
}

.wrapper__slider{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0;
}

#serv {
    display: block;
    margin: 20px;
}

.center {
    text-align: center;
    font-size: 23px;
}

.step-nav {
    height: 80px;
    position: relative;
    width: 680px;
    margin: 0 auto 40px;
    display: block;
}

.step-nav .step.first {
    width: 80px;
}
.step-nav .step {
    position: relative;
    float: left;
    width: 200px;
    height: 80px;
}

.step-nav .step.first .radial-progress {
    -webkit-transform: matrix(0,1.3,-1.3,0,0,0);
    transform: matrix(0,1.3,-1.3,0,0,0);
    z-index: 10;
}
.step-nav .step .radial-progress {
    width: 80px;
    height: 80px;
    background-color: #d6dadc;
    position: absolute;
    right: 0;
    border-radius: 50%;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    cursor: pointer;
}

.step-nav .step .radial-progress .inset {
    width: 70px;
    height: 70px;
    position: absolute;
    margin-left: 5px;
    margin-top: 5px;
    background-color: #4eaf53;
    border-radius: 50%;
}

.step-nav .step {
    position: relative;
    float: left;
    width: 200px;
    height: 80px;
}

.step-nav .step.first .circle .fill, .step-nav .step.first .circle .mask.full {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.step-nav .step .radial-progress .circle .mask {
    clip: rect(0px,80px,80px,40px);
}
.step-nav .step .radial-progress .circle .mask, .step-nav .step .radial-progress .circle .fill {
    -webkit-backface-visibility: hidden;
}
.step-nav .step .radial-progress .circle .mask, .step-nav .step .radial-progress .circle .fill, .step-nav .step .radial-progress .circle .shadow {
    width: 80px;
    height: 80px;
    position: absolute;
    border-radius: 50%;
}

.step-nav .step .radial-progress .circle .mask {
    clip: rect(0px,80px,80px,40px);
}
.step-nav .step .radial-progress .circle .mask, .step-nav .step .radial-progress .circle .fill {
    -webkit-backface-visibility: hidden;
}
.step-nav .step .radial-progress .circle .mask, .step-nav .step .radial-progress .circle .fill, .step-nav .step .radial-progress .circle .shadow {
    width: 80px;
    height: 80px;
    position: absolute;
    border-radius: 50%;
}

.step-nav .step .radial-progress .circle .mask, .step-nav .step .radial-progress .circle .fill, .step-nav .step .radial-progress .circle .shadow {
    width: 80px;
    height: 80px;
    position: absolute;
    border-radius: 50%;
}

.step-nav .step .radial-progress .inset {
    width: 70px;
    height: 70px;
    position: absolute;
    margin-left: 5px;
    margin-top: 5px;
    background-color: #4eaf53;
    border-radius: 50%;
}

.step-nav .step .radial-progress .circle .mask .fill {
    clip: rect(0px,40px,80px,0px);
    background-color: #4eaf53;
}
.step-nav .step.first .circle .fill, .step-nav .step.first .circle .mask.full {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.step-nav .step .radial-progress .circle .mask, .step-nav .step .radial-progress .circle .fill {
    -webkit-backface-visibility: hidden;
}
.step-nav .step .radial-progress .circle .mask, .step-nav .step .radial-progress .circle .fill, .step-nav .step .radial-progress .circle .shadow {
    width: 80px;
    height: 80px;
    position: absolute;
    border-radius: 50%;
}

.step-nav .step.first .circle .fill.fix {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
.step-nav .step .radial-progress .circle .mask .fill {
    clip: rect(0px,40px,80px,0px);
    background-color: #4eaf53;
}
.step-nav .step.first .circle .fill, .step-nav .step.first .circle .mask.full {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.step-nav .step .radial-progress .circle .mask, .step-nav .step .radial-progress .circle .fill {
    -webkit-backface-visibility: hidden;
}
.step-nav .step .radial-progress .circle .mask, .step-nav .step .radial-progress .circle .fill, .step-nav .step .radial-progress .circle .shadow {
    width: 80px;
    height: 80px;
    position: absolute;
    border-radius: 50%;
}
.fix {
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 1270px;
    width: 100%;
    display: flex;
}

.step-nav .step .line .progress {
    width: 0;
    height: 6px;
    background: #4eaf53;
}

.step-nav .step .line {
    position: absolute;
    top: 50%;
    margin-top: -3px;
    width: 120px;
    height: 6px;
    background: #d6dadc;
}

#serv p {
    font-size: 12px;
    color: #666;
    line-height: 1.5;
    max-width: 1920px;
}


#serv .step-nav .step p {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fafafa;
    width: 80px;
    height: 80px;
    position: absolute;
    right: 0;
    text-align: center;
    font-size: 30px;
    pointer-events: none;
    z-index: 10;
    color: #7d7d7d;
    -webkit-transition: font-size 0.3s,color .3s;
    transition: font-size 0.3s,color .3s;
}

#serv .radial-progress.active + p {
   color: rgb(250, 250, 250); 
   font-size: 46px;
}

.step-nav .step.first .radial-progress.active .inner-circle {
    -webkit-transform: matrix(0,0,0,0,0,0);
    transform: matrix(0,0,0,0,0,0);
}
.step-nav .step .radial-progress .inset .inner-circle {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fafafa;
    border-radius: 50%;
}

.copy-holder {
    border-radius: 15px;
    position: relative;
    max-width: 800px;
    width: 100%;
    height: 200px;
    margin: 0 auto;
    font-size: 20px;
    text-align: center;
    border: 3px dashed #4eaf53;
    color: #666;
}

.copy-holder div.active {
    opacity: 1;
    visibility: visible;
}
.copy-holder div {
    width: 100%;
    position: absolute;
    opacity: 0;
    visibility: hidden;
}

.copy-holder div h4 {
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 700;
    margin: 20px;
}
p {
    margin: 1em 0;
}

.copy-holder div p {
    display: block;
}

.btn-feedback{
    outline: none;
    border: none;
    padding: 5px 10px;
    background: #ffb400;
    border-radius: 8px;
    color: #fff;
    margin-top: 5px;
}

.btn-feedback:hover,
.btn-feedback:focus{
    background: #d09406;
    text-shadow: 0px 0px 5px #ffb400;
}

#Feedback.show {
    display: block;
}

#Feedback.modal{
    background: rgba(0,0,0,0.4);
}

#Feedback .modal-dialog {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

#Callme {
    padding: 30px;    
}

#Callme .form-group {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 10px;
}

#Callme .form-group label {
    font-size: 16px;
}

#Callme .form-group input {
    width: 100%;
    outline: none;
    border: none;
    border-bottom: 1px solid #ccc;
}

#Callme .form-group input:hover {
    border-bottom: 1px solid #d09406;
}

#Callme .form-group input:focus {
     border-bottom: 1px solid #ffb400;
}

#Callme .form-group textarea {
    outline: 1px solid #ffb400;
    width:100%;
    resize: vertical;
    border-radius:5px;
    border:0;
    box-shadow:4px 4px 10px rgba(0,0,0,0.06);
    height:150px;
}

#Callme .btn-submit {
    display: flex;
    outline: none;
    border: none;
    padding: 10px 20px;
    background: #ffb400;
    border-radius: 8px;
    color: #fff;
    margin: 0 auto;
    margin-top: 5px;
}

#Callme .btn-submit:hover,
#Callme .btn-submit:focus{
    background: #d09406;
    text-shadow: 0px 0px 5px #ffb400;
}

/* SystemMessages */
#SystemMessagesWrapper {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 10%;
    z-index: 10000;
}
#SystemMessages {
    max-width: 600px;
    margin: 0 auto;
}
#SystemMessages>div {
    display: none;
    border-radius: 5px;
    padding: 11px 18px;
}
#SystemMessages .error {
    background: red;
    border: 2px solid #000;
    border-color: #a51a1a;
    color: #fff;
}
#SystemMessages .message {
    background: green;
    border: 2px solid #000;
    border-color: #18be2d;
    color: #fff;
}

.partner__inner {
    display: flex;
    justify-content: space-between;
}

.partners-left {
    width: 100%;
}

.partners-right{
  display: flex;
    justify-content: end;
    width: 100%;  
}

.partners-right img {
    width: 200px;
    height: 200px;
}


table {
   width: 100%;
   border: 1px solid grey;
}

tr {
    text-align: center;    
}

th {
   background-color: blue;
   color: #fff;
   text-align: center;
   border: 1px solid grey;
}

.container__inner h1 {
    text-align: center;    
}

.inner-address {
    display: flex;
    justify-content: space-around;
}

td {
   border: 1px solid grey;
}

#about .inner-img {
    margin-top: 20px;    
    max-width: 100%;
    max-height: 400px;
}